home *** CD-ROM | disk | FTP | other *** search
- [Version]
- Signature = "$Windows NT$"
- Class = LegacyDriver ;This is determined by the work this filter driver does
- ClassGuid = {8ecc055d-047f-11d1-a537-0000f8753ed1}
- Provider = %AGTM%
- CatalogFile = afwcore.cat
- DriverVer=12/16/2008,1.0.366.9616
-
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ; Uninstall
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;All OS
-
- [DefaultUninstall]
- DelFiles = DriverFiles
-
- [DefaultUninstall.Services]
- DelService = afwcore
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ; Install
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ; not support
- ;[DefaultInstall]
- ;CopyFiles = Files
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;Windows 2000
-
- [Install2000]
- CopyFiles = Files2000
-
- [Files2000]
- afwcore.sys,\i386\Targets\free\w2k\afwcore.sys,,2
-
- [Install2000.Services]
- AddService = afwcore,,Service.Install
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;Windows XP and later
-
- [InstallXP]
- CopyFiles = FilesXP
-
- [FilesXP]
- afwcore.sys,\i386\Targets\free\wxp\afwcore.sys,,2
-
- [InstallXP.Services]
- AddService = afwcore,,Service.Install
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;Windows XP x64
-
- [InstallXP64]
- CopyFiles = FilesXP64
-
- [FilesXP64]
- afwcore.sys,\amd64\Targets\free\wnet\afwcore.sys,,2
-
- [InstallXP64.Services]
- AddService = afwcore,,Service.Install
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;Windows Vista
-
- [InstallVista]
- CopyFiles = FilesVista
-
- [FilesVista]
- afwcore.sys,\i386\Targets\free\wlh\afwcore.sys,,2
-
- [InstallVista.Services]
- AddService = afwcore,,Service.Install
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ;Windows Vista x64
-
- [InstallVista64]
- CopyFiles = FilesVista64
-
- [FilesVista64]
- afwcore.sys,\amd64\Targets\free\wlh\afwcore.sys,,2
-
- [InstallVista64.Services]
- AddService = afwcore,,Service.Install
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ; Copy locations
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
- [DestinationDirs]
- DefaultDestDir = 12 ; Copy to <SystemRoot>\System32
- DriverFiles = 12
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ; Source Files Location
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
- [DriverFiles]
- afwcore.sys
-
- [SourceDisksNames]
- 1 = %AfwCoreServiceDesc%,,,
-
- [SourceDisksFiles]
- ; filename_on_source = diskID[, [subdir][, size]]
- afwcore.inf = 1, ""
- afwcore.sys = 1, \i386\Targets\free\w2k
- afwcore.sys = 1, \i386\Targets\free\wxp
- afwcore.sys = 1, \amd64\Targets\free\wnet
- afwcore.sys = 1, \i386\Targets\free\wlh
- afwcore.sys = 1, \amd64\Targets\free\wlh
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ; Services installation
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
- [Service.Install]
- DisplayName = %AfwCoreServiceName%
- Description = %AfwCoreServiceDesc%
- ServiceType = %SERVICE_KERNEL_DRIVER%
- StartType = %SERVICE_DEMAND_START%
- ErrorControl = %SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\afwcore.sys
-
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ; Strings
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
- [Strings]
-
- ;Localizable Strings
-
- AGTM = "Agnitum"
- AfwCoreServiceName = "afwcore"
- AfwCoreServiceDesc = "Agnitum Firewall Core Driver"
-
- ;Non Localizable Strings
-
- SERVICE_BOOT_START = 0x0
- SERVICE_SYSTEM_START = 0x1
- SERVICE_AUTO_START = 0x2
- SERVICE_DEMAND_START = 0x3
- SERVICE_DISABLED = 0x4
-
- SERVICE_KERNEL_DRIVER = 0x1
- SERVICE_ERROR_IGNORE = 0x0
- SERVICE_ERROR_NORMAL = 0x1
- SERVICE_ERROR_SEVERE = 0x2
- SERVICE_ERROR_CRITICAL = 0x3
-
- REG_EXPAND_SZ = 0x00020000
- REG_DWORD = 0x00010001
-